[INFO] cloning repository https://github.com/0x00nier/RustSend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0x00nier/RustSend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0x00nier%2FRustSend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0x00nier%2FRustSend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b958c8ea91439bb4a49171784761861559a54b6b
[INFO] fixing 0x00nier/RustSend against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0x00nier%2FRustSend" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/0x00nier/RustSend
[INFO] finished tweaking git repo https://github.com/0x00nier/RustSend
[INFO] tweaked toml for git repo https://github.com/0x00nier/RustSend written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0x00nier/RustSend on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0x00nier/RustSend already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5c27dc5a9679e7100212c1f4b56d75af1586321e7042ff870aac15d4a9cd87ea
[INFO] running `Command { std: "docker" "start" "5c27dc5a9679e7100212c1f4b56d75af1586321e7042ff870aac15d4a9cd87ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c27dc5a9679e7100212c1f4b56d75af1586321e7042ff870aac15d4a9cd87ea" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c27dc5a9679e7100212c1f4b56d75af1586321e7042ff870aac15d4a9cd87ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c27dc5a9679e7100212c1f4b56d75af1586321e7042ff870aac15d4a9cd87ea" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking no-std-net v0.6.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking pnet_base v0.35.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking pnet_macros_support v0.35.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking time-core v0.1.6
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]    Compiling instability v0.3.10
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking pnet_sys v0.35.0
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling pnet v0.35.0
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking resolv-conf v0.7.6
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking fragile v2.0.1
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling pnet_macros v0.35.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking pnet_packet v0.35.0
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking pnet_transport v0.35.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-test v0.4.4
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ratatui v0.28.1
[INFO] [stderr]     Checking ipnetwork v0.20.0
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking pnet_datalink v0.35.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking mockall v0.13.1
[INFO] [stderr]     Checking tracing-appender v0.2.4
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking trust-dns-proto v0.23.2
[INFO] [stderr]     Checking trust-dns-resolver v0.23.2
[INFO] [stderr]     Checking noircast v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/tui/handler.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/network/sender.rs:598:86
[INFO] [stdout]      |
[INFO] [stdout]  589 |         let socket = tokio::net::UdpSocket::bind("0.0.0.0:0").await?;
[INFO] [stdout]      |             ------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `socket` calls a custom destructor
[INFO] [stdout]      |             `socket` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  598 |         match timeout(Duration::from_millis(timeout_ms), socket.recv_from(&mut buf)).await {
[INFO] [stdout]      |                                                                                      ^^^^^
[INFO] [stdout]      |                                                                                      |
[INFO] [stdout]      |                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  615 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/network/sender.rs:1024:86
[INFO] [stdout]      |
[INFO] [stdout] 1006 |         let socket = UdpSocket::bind("0.0.0.0:0").await?;
[INFO] [stdout]      |             ------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `socket` calls a custom destructor
[INFO] [stdout]      |             `socket` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1024 |         match timeout(Duration::from_millis(timeout_ms), socket.recv_from(&mut buf)).await {
[INFO] [stdout]      |                                                                                      ^^^^^
[INFO] [stdout]      |                                                                                      |
[INFO] [stdout]      |                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1029 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/network/sender.rs:1117:86
[INFO] [stdout]      |
[INFO] [stdout] 1108 |         let socket = UdpSocket::bind("0.0.0.0:0").await?;
[INFO] [stdout]      |             ------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `socket` calls a custom destructor
[INFO] [stdout]      |             `socket` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1117 |         match timeout(Duration::from_millis(timeout_ms), socket.recv_from(&mut buf)).await {
[INFO] [stdout]      |                                                                                      ^^^^^
[INFO] [stdout]      |                                                                                      |
[INFO] [stdout]      |                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1122 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/network/raw_socket.rs:319:7
[INFO] [stdout]      |
[INFO] [stdout]  288 |     let socket = match UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      |         ------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `socket` calls a custom destructor
[INFO] [stdout]      |         `socket` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  319 |     ).await {
[INFO] [stdout]      |       ^^^^^
[INFO] [stdout]      |       |
[INFO] [stdout]      |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  339 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/batch_sender.rs:131:35
[INFO] [stdout]     |
[INFO] [stdout] 130 |             let mut sockets = self.sockets.lock();
[INFO] [stdout]     |                 -----------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `sockets` calls a custom destructor
[INFO] [stdout]     |                 `sockets` will be dropped later as of Edition 2024
[INFO] [stdout] 131 |             if let Some(socket) = sockets.pop() {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 134 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `sockets` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/mutex.rs:701:1
[INFO] [stdout]     |
[INFO] [stdout] 701 | impl<'a, R: RawMutex + 'a, T: ?Sized + 'a> Drop for MutexGuard<'a, R, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/handler.rs:2601:19
[INFO] [stdout]      |
[INFO] [stdout] 2598 |             let (tx, _rx) = mpsc::channel::<crate::network::packet::PacketResponse>(100);
[INFO] [stdout]      |                  --  ---
[INFO] [stdout]      |                  |   |
[INFO] [stdout]      |                  |   `_rx` calls a custom destructor
[INFO] [stdout]      |                  |   `_rx` will be dropped later as of Edition 2024
[INFO] [stdout]      |                  `tx` calls a custom destructor
[INFO] [stdout]      |                  `tx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2601 |             match PacketSender::new(4, 100, 1000).await {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                   |                               |
[INFO] [stdout]      |                   |                               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                   |                               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2610 |         }
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `tx` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `_rx` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]      |
[INFO] [stdout]  485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/handler.rs:2601:51
[INFO] [stdout]      |
[INFO] [stdout] 2598 |             let (tx, _rx) = mpsc::channel::<crate::network::packet::PacketResponse>(100);
[INFO] [stdout]      |                  --  ---
[INFO] [stdout]      |                  |   |
[INFO] [stdout]      |                  |   `_rx` calls a custom destructor
[INFO] [stdout]      |                  |   `_rx` will be dropped later as of Edition 2024
[INFO] [stdout]      |                  `tx` calls a custom destructor
[INFO] [stdout]      |                  `tx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2601 |             match PacketSender::new(4, 100, 1000).await {
[INFO] [stdout]      |                                                   ^^^^^
[INFO] [stdout]      |                                                   |
[INFO] [stdout]      |                                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2610 |         }
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `tx` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `_rx` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]      |
[INFO] [stdout]  485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:204:57
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____^
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               ----^
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |                               |   this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                               |   up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      |                                 up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  214 |                           }
[INFO] [stdout]      |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#48` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:224:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]  226 | |                             }
[INFO] [stdout]  227 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:230:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  233 | |                             }
[INFO] [stdout]  234 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:237:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]  240 | |                             }
[INFO] [stdout]  241 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:244:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]  247 | |                             }
[INFO] [stdout]  248 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:251:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout]  254 | |                             }
[INFO] [stdout]  255 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:258:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]  261 | |                             }
[INFO] [stdout]  262 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:265:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout]  269 | |                             }
[INFO] [stdout]  270 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:273:57
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____^
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               ----^
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |_______________________________|___up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      |                                 up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  280 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#48` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:283:57
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____^
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               ----^
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |_______________________________|___up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      |                                 up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  290 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#48` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:293:57
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____^
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               ----^
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |_______________________________|___up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      |                                 up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  300 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#48` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/network/sender.rs:598:86
[INFO] [stdout]      |
[INFO] [stdout]  589 |         let socket = tokio::net::UdpSocket::bind("0.0.0.0:0").await?;
[INFO] [stdout]      |             ------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `socket` calls a custom destructor
[INFO] [stdout]      |             `socket` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  598 |         match timeout(Duration::from_millis(timeout_ms), socket.recv_from(&mut buf)).await {
[INFO] [stdout]      |                                                                                      ^^^^^
[INFO] [stdout]      |                                                                                      |
[INFO] [stdout]      |                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  615 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/network/sender.rs:1024:86
[INFO] [stdout]      |
[INFO] [stdout] 1006 |         let socket = UdpSocket::bind("0.0.0.0:0").await?;
[INFO] [stdout]      |             ------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `socket` calls a custom destructor
[INFO] [stdout]      |             `socket` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1024 |         match timeout(Duration::from_millis(timeout_ms), socket.recv_from(&mut buf)).await {
[INFO] [stdout]      |                                                                                      ^^^^^
[INFO] [stdout]      |                                                                                      |
[INFO] [stdout]      |                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1029 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/network/sender.rs:1117:86
[INFO] [stdout]      |
[INFO] [stdout] 1108 |         let socket = UdpSocket::bind("0.0.0.0:0").await?;
[INFO] [stdout]      |             ------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `socket` calls a custom destructor
[INFO] [stdout]      |             `socket` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1117 |         match timeout(Duration::from_millis(timeout_ms), socket.recv_from(&mut buf)).await {
[INFO] [stdout]      |                                                                                      ^^^^^
[INFO] [stdout]      |                                                                                      |
[INFO] [stdout]      |                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1122 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/network/raw_socket.rs:319:7
[INFO] [stdout]      |
[INFO] [stdout]  288 |     let socket = match UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      |         ------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `socket` calls a custom destructor
[INFO] [stdout]      |         `socket` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  319 |     ).await {
[INFO] [stdout]      |       ^^^^^
[INFO] [stdout]      |       |
[INFO] [stdout]      |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  339 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/network/batch_sender.rs:131:35
[INFO] [stdout]     |
[INFO] [stdout] 130 |             let mut sockets = self.sockets.lock();
[INFO] [stdout]     |                 -----------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `sockets` calls a custom destructor
[INFO] [stdout]     |                 `sockets` will be dropped later as of Edition 2024
[INFO] [stdout] 131 |             if let Some(socket) = sockets.pop() {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 134 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `sockets` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/mutex.rs:701:1
[INFO] [stdout]     |
[INFO] [stdout] 701 | impl<'a, R: RawMutex + 'a, T: ?Sized + 'a> Drop for MutexGuard<'a, R, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/handler.rs:2601:19
[INFO] [stdout]      |
[INFO] [stdout] 2598 |             let (tx, _rx) = mpsc::channel::<crate::network::packet::PacketResponse>(100);
[INFO] [stdout]      |                  --  ---
[INFO] [stdout]      |                  |   |
[INFO] [stdout]      |                  |   `_rx` calls a custom destructor
[INFO] [stdout]      |                  |   `_rx` will be dropped later as of Edition 2024
[INFO] [stdout]      |                  `tx` calls a custom destructor
[INFO] [stdout]      |                  `tx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2601 |             match PacketSender::new(4, 100, 1000).await {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                   |                               |
[INFO] [stdout]      |                   |                               this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                   |                               up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2610 |         }
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `tx` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `_rx` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]      |
[INFO] [stdout]  485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/handler.rs:2601:51
[INFO] [stdout]      |
[INFO] [stdout] 2598 |             let (tx, _rx) = mpsc::channel::<crate::network::packet::PacketResponse>(100);
[INFO] [stdout]      |                  --  ---
[INFO] [stdout]      |                  |   |
[INFO] [stdout]      |                  |   `_rx` calls a custom destructor
[INFO] [stdout]      |                  |   `_rx` will be dropped later as of Edition 2024
[INFO] [stdout]      |                  `tx` calls a custom destructor
[INFO] [stdout]      |                  `tx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2601 |             match PacketSender::new(4, 100, 1000).await {
[INFO] [stdout]      |                                                   ^^^^^
[INFO] [stdout]      |                                                   |
[INFO] [stdout]      |                                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2610 |         }
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `tx` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]      |
[INFO] [stdout]  225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `_rx` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]      |
[INFO] [stdout]  485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:204:57
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____^
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               ----^
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |                               |   this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                               |   up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      |                                 up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  214 |                           }
[INFO] [stdout]      |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#48` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:224:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout]  226 | |                             }
[INFO] [stdout]  227 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:230:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  233 | |                             }
[INFO] [stdout]  234 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:237:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout]  240 | |                             }
[INFO] [stdout]  241 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:244:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout]  247 | |                             }
[INFO] [stdout]  248 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:251:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout]  254 | |                             }
[INFO] [stdout]  255 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#29` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#33` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#34` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#35` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#36` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#37` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#38` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#39` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#40` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#41` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#42` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#43` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#44` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#45` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#46` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/mod.rs:258:49
[INFO] [stdout]      |
[INFO] [stdout]  204 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          `stream` calls a custom destructor
[INFO] [stdout]      | |                                          `stream` will be dropped later as of Edition 2024
[INFO] [stdout]  205 | |                                 Duration::from_millis(100),
[INFO] [stdout]  206 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  207 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |                               |   |
[INFO] [stdout]      | |_______________________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]      |                                 |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  217 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  218 | |                                 Duration::from_millis(50),
[INFO] [stdout]  219 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  220 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      | |_______________________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                 |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  224 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                                       |         |                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                                       |         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       `socket` calls a custom destructor
[INFO] [stdout]      | |                                       `socket` will be dropped later as of Edition 2024
[INFO] [stdout]  225 | |                                 let _ = socket.send_to(&[0u8; 64], addr).await;
[INFO] [stdout]      | |                                         --------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      | |                                         `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  230 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                       |         |                                        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                                       |         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                                       `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  231 | |                                 let query = DnsQuery::a_query(&host);
[INFO] [stdout]  232 | |                                 let _ = socket.send_to(&query.build(), addr).await;
[INFO] [stdout]      | |                                         ------------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  237 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                       |         |                                        `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                                       |         `#12` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                       `#14` will be dropped later as of Edition 2024
[INFO] [stdout]  238 | |                                 let ntp = NtpPacket::new();
[INFO] [stdout]  239 | |                                 let _ = socket.send_to(&ntp.build(), addr).await;
[INFO] [stdout]      | |                                         ----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  244 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                       |         |                                        `#17` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                       |         `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]  245 | |                                 let snmp = SnmpGetRequest::new("public").add_oid("1.3.6.1.2.1.1.1.0");
[INFO] [stdout]  246 | |                                 let _ = socket.send_to(&snmp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                         `#19` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  251 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                       |         |                                        `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                       |         `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]  252 | |                                 let ssdp = SsdpRequest::m_search();
[INFO] [stdout]  253 | |                                 let _ = socket.send_to(&ssdp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                         `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  258 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#48`
[INFO] [stdout]      | |                                       |         |                                        up until Edition 2021 `#48` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                       |         |                                        `#25` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#47`
[INFO] [stdout]      | |                                       |         up until Edition 2021 `#47` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                       |         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                       `#26` will be dropped later as of Edition 2024
[INFO] [stdout]  259 | |                                 let nb = NetBiosNsPacket::node_status_query("*");
[INFO] [stdout]  260 | |                                 let _ = socket.send_to(&nb.build(), addr).await;
[INFO] [stdout]      | |                                         ---------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]      | |                                         `#27` will be dropped later as of Edition 2024
[INFO] [stdout]  261 | |                             }
[INFO] [stdout]  262 | |                         }
[INFO] [stdout]      | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]  265 | |                             if let Ok(socket) = tokio::net::UdpSocket::bind("0.0.0.0:0").await {
[INFO] [stdout]      | |                                       ------    ----------------------------------------------
[INFO] [stdout]      | |                                       |         |                                        |
[INFO] [stdout]      | |                                       |         |                                        this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]      | |                                       |         |                                        `#29` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       |         this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]      | |                                       |         `#28` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                       this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]      | |                                       `#30` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  268 | |                                 let _ = socket.send_to(&dhcp.build(), addr).await;
[INFO] [stdout]      | |                                         -----------------------------------------
[INFO] [stdout]      | |                                         |
[INFO] [stdout]      | |                                         this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]      | |                                         `#31` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  273 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#34`
[INFO] [stdout]      | |                                          `#34` will be dropped later as of Edition 2024
[INFO] [stdout]  274 | |                                 Duration::from_millis(100),
[INFO] [stdout]  275 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  276 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]      |                                 |   `#32` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#33`
[INFO] [stdout]      |                                 `#33` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  283 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#37`
[INFO] [stdout]      | |                                          `#37` will be dropped later as of Edition 2024
[INFO] [stdout]  284 | |                                 Duration::from_millis(100),
[INFO] [stdout]  285 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  286 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#35`
[INFO] [stdout]      |                                 |   `#35` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#36`
[INFO] [stdout]      |                                 `#36` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  293 |                               if let Ok(Ok(mut stream)) = tokio::time::timeout(
[INFO] [stdout]      |  __________________________________________----------_____-
[INFO] [stdout]      |  __________________________________________|______________|
[INFO] [stdout]      | |                                          |
[INFO] [stdout]      | |                                          this value will be stored in a temporary; let us call it `#40`
[INFO] [stdout]      | |                                          `#40` will be dropped later as of Edition 2024
[INFO] [stdout]  294 | |                                 Duration::from_millis(100),
[INFO] [stdout]  295 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  296 | |                             ).await {
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#38`
[INFO] [stdout]      |                                 |   `#38` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#39`
[INFO] [stdout]      |                                 `#39` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  303 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  304 | |                                 Duration::from_millis(50),
[INFO] [stdout]  305 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  306 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#41`
[INFO] [stdout]      | |_______________________________|___`#41` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#42`
[INFO] [stdout]      |                                 |   `#42` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#43`
[INFO] [stdout]      |                                 `#43` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  310 |                               let _ = tokio::time::timeout(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]      | |_____________________________________|
[INFO] [stdout]  311 | |                                 Duration::from_millis(50),
[INFO] [stdout]  312 | |                                 TcpStream::connect(addr)
[INFO] [stdout]  313 | |                             ).await;
[INFO] [stdout]      | |                               -----
[INFO] [stdout]      | |_______________________________|___|
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#44`
[INFO] [stdout]      | |_______________________________|___`#44` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_______________________________|___this value will be stored in a temporary; let us call it `#45`
[INFO] [stdout]      |                                 |   `#45` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#46`
[INFO] [stdout]      |                                 `#46` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#47` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `socket` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[INFO] [stdout]  290 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/io/poll_evented.rs:290:1
[INFO] [stdout]      |
[WARN] too many lines in the log, truncating it
